projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a526ab
)
fix comp.el compilation warning
author
Andrea Corallo
<akrl@sdf.org>
Sat, 5 Oct 2019 14:26:52 +0000
(16:26 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:56 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index a026ba9b2bf6146e1dab71887d637bcb9620626e..349db10991823d9682200c83a1dbfac6fdb396bd 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1450,7
+1450,7
@@
This can run just once."
(`(callref funcall ,f . ,rest)
(when-let ((new-form (comp-call-optim-form-call
(comp-mvar-constant f) rest self)))
- (setcar insn-cell
,
new-form)))))))
+ (setcar insn-cell new-form)))))))
(defun comp-call-optim (_)
"Given FUNCS try to avoid funcall trampoline usage when possible."